Skip to main content
POST
/
action
/
prospect_research_research_prospect
[PR1] Research Prospect
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/prospect_research_research_prospect \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prospect_name": "<string>",
  "company_website": "<string>",
  "output_variable_name": "prospect_research",
  "linkedin_url": "<string>",
  "additional_context": "<string>",
  "seller_website": "<string>",
  "seller_product": "<string>",
  "seller_icp": "<string>",
  "company_research": "<string>"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
prospect_name
string
required

Full name of the person being researched.

company_website
string
required

The domain of the company the prospect works at (e.g. hubspot.com).

output_variable_name
string
default:prospect_research
required

Variable name to store the research output.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
linkedin_url
string

Prospect's LinkedIn profile URL. Significantly enriches output.

additional_context
string

Anything else you know about this person (e.g. 'Met at SaaStr', 'Referred by Jane').

seller_website
string

Your own company website for mutual context analysis.

seller_product
string

What you sell or offer. Enables seller-specific outreach angles.

seller_icp
string

Who your ideal customer is. Enables the ICP Fit Signals section.

company_research
string

Company research output from a prior Company Research agent run, if available.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action